

*{
		margin:0;
		padding:0;
	}
	.container{
		width: 1200px;
		margin: 0 auto; 
	}
	a {
    color: #333;
    text-decoration: none;
}
body{
	background: #F5F5F5;
}

/*首页增加一*/
	.header-box{
		background: #fff
	}
	.header-ul{
		float: left;
		line-height: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 7px;
		position: relative;
	}
	.header-ul:after{
		position: absolute;
		content: '';
		right: 0;
		top:0;
		height: 16px;
		width: 1px;
		margin:auto;
		background: #d9d8d8;
	}
	.header-ul>li{
		margin-right: 7px;
	}
	.header-ul li{
		float: left;
		cursor: pointer;
		list-style: none;
		
	}
	.header-ul li a{
		color: #333;
		text-decoration: none;
	}
	.header-ul li a:hover{
		color: #ff4e00
	}
	.header-ul .title a{
		color: #ff4e00
	}
	.more{
		background: url(../an.png) no-repeat;
		padding-right: 18px;
    	background-position: 34px -93px;
    	position: relative;
	    padding-bottom: 10px;
	}
	.more-container{
		position: absolute;
		background: #fff;
		border:1px solid #ff4e00;
		width: 228px;
    	right: 0;
    	top: 26px;
    	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    	display: none;
    	z-index: 10;
	}
	.more-container li{
		width: 20%;
		text-align: center;
		line-height: 30px;
		float: left;
	}
	.more:hover .more-container{
		display: block;
	}
	/*首页增加二 5大类的标签切换*/
	.indexInfoBox{
	    clear: both;
	    margin: 16px 0;
	    overflow: hidden;
	    padding: 0 24px;
	    background: #fff;
	}
	.indexCphyTab {
	    display: inline-block;
	    margin: 7px 30px 0 0;
	    font-size: 17px;
	    color: #888;
	    line-height: 18px;
	    vertical-align: top;
	    border-bottom: 2px solid #F5F5F5;
	    padding-bottom: 5px;
	    cursor: pointer;
	}
	.indexInfoTitle {
    margin: 12px 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 22px;
    color: #000000;
    position: relative;
}
	.indexCphyTab.active {
	    color: #FE3303;
	    font-size: 20px;
	    margin-top: 4px;
	    border-bottom-color: #FE3303;
	}
	.indeCphyBox {
	    margin: 5px 0 20px;
	    clear: both;
	    display: inline-block;
	    width: 100%;
	}
	.indeCphy {
	    display: none;
	    height: 135px;
	    overflow: hidden;
	}

	.show {
	    display: block;
	}
	.indeCphy a {
	    display: inline-block;
	    width: 85px;
	    height: 24px;
	    line-height: 24px;
	    margin: 0 38px 0 0;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.indeCphy a:hover{
		color: #ff4e00
	}
 /*首页增加二  所有行业分类的展示*/
.indexInfoTitleMark {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.indeCphyItem h3 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 0 0 10px 0;
}
.indeCphyItem a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #666666;
}
.indeCphyItem a:hover{
	color: #ff4e00
}
.indeCphyItem {
    width: 20%;
    float: left;
    margin: 0 0 16px 0;
    height: 210px;
}
.indeCphyItem h3 a {
    padding: 0;
    color: #333;
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.indeCphyItem h3::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 16px;
    background: #FE3303;
    border-radius: 3px;
    margin: 0px 10px -2px 0;
    vertical-align: super;
}